An SNMP Use-vrf is a group of VRFs for SNMP listening service.
For information about commands and supported parameters, see ExtremeCloud Orchestrator Command Reference, 3.6.0 .
Identify Drift | Reconcile configuration | Idempotency |
---|---|---|
Yes | Yes | No |
efa inventory device snmp use-vrf create --name vrf1 --ip 10.139.44.159-160 --shutdown +---------------+---------+----------+---------+--------+ | IP Address | Use VRF | Shutdown | Status | Reason | +---------------+---------+----------+---------+--------+ | 10.139.44.159 | vrf1 | true | Success | | +---------------+---------+----------+---------+--------+ | 10.139.44.160 | vrf1 | true | Success | | +---------------+---------+----------+---------+--------+ Snmp use-vrf details
The following example deletes a use-vrf on specified devices:
efa inventory device snmp use-vrf delete --name vrf1 --ip 10.139.44.159-160 +---------------+-----------+---------+--------+ | IP Address | User Name | Status | Reason | +---------------+-----------+---------+--------+ | 10.139.44.160 | vrf1 | Success | | +---------------+-----------+---------+--------+ | 10.139.44.159 | vrf1 | Success | | +---------------+-----------+---------+--------+ Snmp user details
The following example shows the SNMP use-vrfs for the specified devices:
efa inventory device snmp use-vrf list --ip 10.139.44.159-160 +---------------+-------------+----------+-----------------+ | IP Address | Use VRF | Shutdown | AppState | +---------------+-------------+----------+-----------------+ | 10.139.44.159 | default-vrf | false | cfg-not-managed | +---------------+-------------+----------+-----------------+ | 10.139.44.159 | mgmt-vrf | false | cfg-not-managed | +---------------+-------------+----------+-----------------+ | 10.139.44.159 | vrf1 | true | cfg-in-sync | +---------------+-------------+----------+-----------------+ | 10.139.44.160 | default-vrf | false | cfg-not-managed | +---------------+-------------+----------+-----------------+ | 10.139.44.160 | mgmt-vrf | false | cfg-not-managed | +---------------+-------------+----------+-----------------+ | 10.139.44.160 | vrf1 | true | cfg-in-sync | +---------------+-------------+----------+-----------------+ Snmp use-vrf details